home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / MUI / MCC_TextEditor / MCC_TextEditor.ReadMe < prev    next >
Encoding:
Text File  |  1998-03-27  |  914 b   |  26 lines

  1. Short:     Real texteditor as a MUI custom class
  2. Author:    Allan Odgaard <Duff@DIKU.DK>
  3. Type:      dev/mui
  4. Uploader:  Allan Odgaard <Duff@DIKU.DK>
  5. Requires:  Kick 39+, MUI 3.6+, 68020+.
  6. Version:   15.4 (28-Mar-98)
  7.  
  8.  
  9. TextEditor.mcc is a fast texteditor made as a MUI custom class.
  10.  
  11. Features:
  12.  
  13.  o The text can be colored.
  14.  o WYSIWYG for bold, italic and underline.
  15.  o Multilevel undo & redo.
  16.  o Lines can have different alignment.
  17.  o Ability to insert thick or thin separators with an optional title.
  18.  o Easy marking either using the mouse or keyboard.
  19.  o Clipboard support.
  20.  o Can highlight lines, e.g. for quoted text in an email program.
  21.  o Easy support for extern spell checker, both doing type'n'spell and word guesing.
  22.  o Configurable keys, colors, cursor type and blinkspeed, undolevel and much more.
  23.  o Ability to have a bitmap as background.
  24.  o Proportional fonts with floating wordwrap.
  25.  o Smooth scroll.
  26.